Labels:text | electronics | screenshot | display | software | number | parallel | web page | computer icon | font OCR: vsbLSInv Properties TabEnabled True TabOrder 43 Visible True GoNxtLine Sub GoNxtLine0 ' Decrement the spinner, but enforce the minimum value. ScrollPos = ScrollPos - ScrollAmtLine IF ScrollPos < ScrollMin THEN ScrollPos = ScrollMin V GoPrvLine Sub GoPrvLineQ Increment the spinner, but enforce the maximum value. - ScrollPos = ScrollPos + ScrollAmtLine IF ScrollPos > ScrollMax THEN ScrollPos = ScrollMax V PostChange Sub PostChange0 Set the spinner value fldLSInv. Value = ScrollPos